Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2026/02/04 4:8 p.m.42 views

CVE-2026-23098

CVE-2026-23098 affects the Linux kernel component related to NET/ROM handling in nr_route_frame(). The issue is a double-free: old_skb is freed unconditionally, and if nr_neigh->ax25 is NULL the caller may free old_skb again. The root cause is freeing old_skb without validating the ax25 pointe...

8.8CVSS5.2AI score0.00177EPSS
Save
CVE
CVE
added 2026/04/24 2:42 p.m.42 views

CVE-2026-31626

CVE-2026-31626 affects the Linux kernel’s rtl8723bs staging driver, specifically the rtw_BIP_verify() function. A u64 variable (le_tmp64) was not fully initialized, which Smatch warned could leave the last two bytes uninitialized (only 6 of 8 bytes copied). The issue is resolved by initializing l...

7.1CVSS5.4AI score0.00288EPSS
Save
CVE
CVE
added 2025/09/15 2:3 p.m.41 views

CVE-2023-53151

CVE-2023-53151 affects the Linux kernel’s md/raid10 path. The vulnerability arose because there was no limit for plugged bio during flush writes in raid10 (unlike raid1 which used cond_resched), allowing writeback activity to cause a soft lockup under heavy I/O. The public advisories describe a f...

5.5CVSS6AI score0.00112EPSS
Save
CVE
CVE
added 2025/09/15 2:46 p.m.41 views

CVE-2023-53250

The CVE-2023-53250 entry concerns a null-pointer dereference in Linux kernel firmware handling (dmi-sysfs). The issue occurs in dmi_sysfs_register_handle during initialization, triggered by a kobject/dmi_sysfs lifecycle sequence where list_add_tail is followed by an error path, leading to an unin...

5.5CVSS6AI score0.00135EPSS
Save
CVE
CVE
added 2025/09/16 4:11 p.m.41 views

CVE-2023-53319

CVE-2023-53319 (Linux kernel, KVM arm64) : The issue arises from a race between finalize_pkvm() and kvm_arm_init() initcalls, where finalize_pkvm() proceeds even if kvm_arm_init() fails, causing warnings and a potential HYP panic. The connected Astra/SUSE OSV entries confirm this vulnerability in...

5.5CVSS6.1AI score0.00128EPSS
Save
CVE
CVE
added 2025/09/16 4:11 p.m.41 views

CVE-2023-53321

CVE-2023-53321 affects the Linux kernel wireless stack, specifically wifi: mac80211_hwsim. The issue arises when short frames are processed in ways that could forward incomplete 3-address headers, risking access to invalid memory if shorter frames slip through (even though some control frames lik...

7.1CVSS6.1AI score0.00139EPSS
Save
CVE
CVE
added 2025/09/18 4:4 p.m.41 views

CVE-2023-53429

CVE-2023-53429 concerns the Linux kernel's btrfs __extent_writepage path. The issue arises because __extent_writepage could set PageError on any error and the submission context might see that flag if the end I/O handler also touched PageError, risking leakage of error state into the submission c...

7.8CVSS6AI score0.00125EPSS
Save
CVE
CVE
added 2025/09/18 4:4 p.m.41 views

CVE-2023-53432

CVE-2023-53432 : Linux kernel vulnerability in the FireWire net path (firewire: net: fix use after free in fwnet_finish_incoming_packet()). The netif_rx() path frees the skb, so dereferencing skb->len could use freed memory. The incident is reported as resolved in the provided description; no ...

8.8CVSS6.4AI score0.00191EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.41 views

CVE-2025-38121

The CVE-2025-38121 entry describes a Linux kernel issue in the wifi: iwlwifi: mld path. When an error occurs during init, in_hw_restart is set but never cleared, causing the code to retry init as if in a restart while not actually in one. This can lead to a NULL pointer dereference during cancell...

5.5CVSS7AI score0.0014EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.41 views

CVE-2025-38224

CVE-2025-38224 concerns the Linux kernel’s can: kvaser_pciefd driver where echo_skb_max was defined as 17 (KVASER_PCIEFD_CAN_TX_MAX_COUNT) but later rounded to the next power of two (32). This caused potential slab-out-of-bounds in kvaser_pciefd_handle_ack_packet() when computing tx/rx indices, l...

7.8CVSS6.4AI score0.00147EPSS
Save
CVE
CVE
added 2025/07/25 12:47 p.m.41 views

CVE-2025-38367

CVE-2025-38367 concerns the Linux kernel LoongArch KVM subsystem. The issue arises from a logic error where a modified index is reused as an array index when updating the EIOINTC_ENABLE register, creating an array index overflow condition. The vulnerability affects the kernel, with the descriptio...

8.8CVSS6.7AI score0.00144EPSS
Save
CVE
CVE
added 2025/08/22 4:0 p.m.41 views

CVE-2025-38640

CVE-2025-38640 concerns the Linux kernel netfilter BPF path. The issue arises when a BPF program could be executed in nf_hook_run_bpf() without properly disabling migration, which can lead to a crash (splat) in __bpf_prog_run(). The fix introduced is to call bpf_prog_run_pin_on_cpu() in nf_hook_r...

7.8CVSS6.5AI score0.00165EPSS
Save
CVE
CVE
added 2025/08/22 4:0 p.m.41 views

CVE-2025-38647

CVE-2025-38647 affects the Linux kernel wifi/rtw89 driver. The issue is a dropped lockdep assertion in rtw89_set_sar_from_acpi during driver startup, which could trigger under early init and is resolved by the kernel fix. The vulnerability details, call trace, and affected chain are documented in...

5.5CVSS6.5AI score0.00137EPSS
Save
CVE
CVE
added 2025/09/04 3:33 p.m.41 views

CVE-2025-38729

CVE-2025-38729 relates to the Linux kernel ALSA USB-audio driver and a validation issue with UAC3 power domain descriptors. The root cause is insufficient verification of the descriptor length (bLength), which could allow out-of-bounds accesses via malicious firmware. The vulnerability affects th...

7.8CVSS5.9AI score0.00187EPSS
Save
CVE
CVE
added 2025/09/05 5:20 p.m.41 views

CVE-2025-38731

CVE-2025-38731: In the Linux kernel, the drm/xe driver fixes a double-free in xe_vm_bind_ioctl when an array bind argument check fails. The bug freed bind_ops twice; the fix nulls bind_ops after freeing to prevent a second free. Root cause: double-free in xe_vm_bind_ioctl+0x1b2/0x21f0 (KASAN repo...

7.8CVSS5.9AI score0.00153EPSS
Save
CVE
CVE
added 2025/09/11 4:52 p.m.41 views

CVE-2025-39747

Technical details about CVE-2025-39747 are not publicly provided in the supplied documents. Monitoring for updates from OSV/Root feeds is advised; no concrete affected products, root cause, or patch details are present here.

5.5CVSS6.1AI score0.00145EPSS
Save
CVE
CVE
added 2025/09/11 4:56 p.m.41 views

CVE-2025-39773

CVE-2025-39773 refers to a Linux kernel issue in the bridge/net subsystem where setting multicast_query_interval to a large value can cause a local time overflow in br_multicast_send_query(), making the timer expire immediately and re-arm in a loop, potentially triggering a soft lockup (as shown ...

5.5CVSS5.9AI score0.00112EPSS
Save
CVE
CVE
added 2025/09/11 4:56 p.m.41 views

CVE-2025-39781

CVE-2025-39781 concerns the Linux kernel on the PA-RISC (parisc) architecture. The issue is described as the removal of a WARN_ON_ONCE() from flush_cache_vmap in the parisc code path, with observed warnings that could occasionally trigger. The available documents do not detail any exploit vectors...

5.5CVSS6.2AI score0.00136EPSS
Save
CVE
CVE
added 2025/09/11 4:56 p.m.41 views

CVE-2025-39787

CVE-2025-39787 concerns the Linux kernel component soc/qcom/mdt_loader.c . The issue arises when the MDT loader is used by clients other than remoteproc, where the ELF header could be traversed without sufficient bounds checks. The patch fixed by validating the firmware buffer size and the header...

7.8CVSS6.3AI score0.00155EPSS
Save
CVE
CVE
added 2025/09/16 1:0 p.m.41 views

CVE-2025-39806

CVE-2025-39806 refers to a slab-out-of-bounds access in the Linux kernel HID multitouch path, specifically in mt_report_fixup(). An attacker could trigger this when a HID report descriptor is smaller than 607 bytes; mt_report_fixup() patches at offset 607 without validating descriptor length, lea...

8.8CVSS6AI score0.00217EPSS
Save
CVE
CVE
added 2025/09/19 3:26 p.m.41 views

CVE-2025-39847

CVE-2025-39847: In the Linux kernel, pad_compress_skb() can leak memory if alloc_skb() fails, as the old skb reference may be freed incorrectly at the caller. The fix aligns pad_compress_skb() semantics with realloc: free the old skb only after successful allocation and compression, and at the ca...

5.5CVSS6.1AI score0.00149EPSS
Save
CVE
CVE
added 2025/09/19 3:26 p.m.41 views

CVE-2025-39862

The CVE-2025-39862 entry pertains to the Linux kernel WiFi driver mt76/mt7915, where list corruption could occur after hardware restart. The identified fix clears all WCID-related lists and resets each wcid entry (wcid->sta = 0) before ieee80211_restart_hw, ensuring stations aren’t re-added pr...

8.8CVSS6.2AI score0.00177EPSS
Save
CVE
CVE
added 2025/09/23 6:0 a.m.41 views

CVE-2025-39886

CVE-2025-39886 in the Linux kernel relates to a locking issue triggered when bpf_map_kmalloc_node() is called from __bpf_async_init(), potentially affecting memcg accounting and causing MEMCG_MAX events. The documented fix changes the bpf_timer_init() path to use allow_spinning=false and, per ups...

5.5CVSS6.4AI score0.00139EPSS
Save
CVE
CVE
added 2025/10/01 7:44 a.m.41 views

CVE-2025-39914

CVE-2025-39914 affects the Linux kernel tracing subsystem. The issue occurs when a fault injection triggers a failure during chunk allocation in trace_pid_list_alloc, causing trace_pid_list_set to fail and potentially trigger a double registration of the same tracepoint (tracepoint_add_func). The...

5.5CVSS6.3AI score0.00154EPSS
Save
CVE
CVE
added 2025/10/04 7:31 a.m.41 views

CVE-2025-39943

The CVE-2025-39943 issue affects the Linux kernel’s ksmbd direct SMB transport (smb_direct_data_transfer) where invalid data_offset or data_length in smb_direct_data_transfer could trigger an out-of-bounds condition. The root cause is improper validation in the recv_done path, which can lead to a...

9.4CVSS6.2AI score0.00243EPSS
Save
CVE
CVE
added 2025/10/15 7:55 a.m.41 views

CVE-2025-39966

CVE-2025-39966 (Linux kernel, iommufd) : A race during abort for file descriptors could cause a use-after-free when the object is freed while a file’s private_data references it. The bug arises because fput() defers release() to a workqueue; ifAbort allocation fails before installing the file, th...

7.8CVSS6.2AI score0.00102EPSS
Save
CVE
CVE
added 2026/01/13 3:34 p.m.41 views

CVE-2025-71095

CVE-2025-71095 affects the Linux kernel’s net: stmmac driver, causing a crash during zero-copy XDP_TX due to improper handling of xdp_buff memory types. The bug occurs when an xdp_buff is converted to an xdp_frame and the code in stmmac_xdp_xmit_back() always assumes MEM_TYPE_PAGE_POOL, regardles...

9.1CVSS6AI score0.00239EPSS
Save
CVE
CVE
added 2026/01/14 3:5 p.m.41 views

CVE-2025-71107

CVE-2025-71107: In Linux kernel F2FS, a race allows f2fs_put_super() to run before all node-page reads complete, causing an apparent filesystem reference-count leak during unmount (kernel.c fs/f2fs/super.c:1939). Mitigation: upstream patch adds f2fs_wait_on_all_pages() for F2FS_RD_NODE to ensure ...

5.5CVSS5.9AI score0.00159EPSS
Save
CVE
CVE
added 2026/01/14 3:5 p.m.41 views

CVE-2025-71113

The CVE-2025-71113 issue is in the Linux kernel crypto af_alg path. Several crypto user API contexts and requests allocated with sock_kmalloc() were left uninitialized, which could cause uninitialized data to be used in certain error paths or when new fields are added. The root cause is missing z...

5.5CVSS6.2AI score0.00123EPSS
Save
CVE
CVE
added 2026/01/23 3:24 p.m.41 views

CVE-2026-22988

CVE-2026-22988 affects the Linux kernel’s arp handling, specifically the assumption that skb->head remains unchanged after dev_hard_header() in arp_create(). The issue arises when a recent commit altered skb->head, breaking that assumption. The publicly provided description and OpenVAS/Ness...

7.8CVSS5.2AI score0.00123EPSS
Save
CVE
CVE
added 2026/01/25 2:36 p.m.41 views

CVE-2026-23012

CVE-2026-23012 affects the Linux kernel (mm/damon/core): a use-after-free in damon_call_control handling when a DAMON context is inactive. If damon_call() runs against a non-running context, the call returns an error but the damon_call_control object remains linked to the context’s call_controls ...

7.8CVSS5.3AI score0.00151EPSS
Save
CVE
CVE
added 2026/02/04 4:8 p.m.41 views

CVE-2026-23089

CVE-2026-23089 is a Linux-kernel issue in ALSA USB-audio: use-after-free in snd_usb_mixer_free() when mixer creation fails, causing freed mixer control memory to be referenced by callbacks during card registration. The connected advisories confirm the root cause and state the fix is to remove all...

7.8CVSS5.2AI score0.00135EPSS
Save
CVE
CVE
added 2026/02/04 4:8 p.m.41 views

CVE-2026-23106

CVE-2026-23106 concerns the Linux kernel timekeeping subsystem. The root cause is in __do_adjtimex(), which incorrectly references the core timekeeper’s tk_core when adjusting leap second state for an auxiliary timekeeper. This leads to a seqlock protocol violation where the timekeepers sequence ...

5.5CVSS5.2AI score0.001EPSS
Save
CVE
CVE
added 2026/02/14 3:9 p.m.41 views

CVE-2026-23121

Technical details for CVE-2026-23121 are not provided in the supplied documents. No affected products, root cause, or remediation are stated here. Monitor for updates from the vendor/security advisories.

5.5CVSS5.2AI score0.00119EPSS
Save
CVE
CVE
added 2026/02/14 3:9 p.m.41 views

CVE-2026-23122

The CVE-2026-23122 entry concerns the Linux kernel igc TSN TX packet buffer sizing. Affected component: i226 TSN support in the Linux kernel driver (igc). Root cause: reducing the TX buffer per queue from 7 KB to 5 KB to resolve TX unit hangs under heavy timestamping load. Impact: the change addr...

5.5CVSS5.4AI score0.001EPSS
Save
CVE
CVE
added 2026/02/14 4:1 p.m.41 views

CVE-2026-23167

Technical details (affected product, component, version, root cause, and fix) are not publicly available in the provided connected documents. Monitor for updates to CVE-2026-23167 as more information becomes available.

4.7CVSS5.2AI score0.00086EPSS
Save
CVE
CVE
added 2026/02/14 4:27 p.m.41 views

CVE-2026-23193

CVE-2026-23193 affects the Linux kernel SCSI/ISCsi path (scsi: target: iscsi). The issue is a use-after-free in iscsit_dec_session_usage_count() where complete() is called while sess->session_usage_lock is held, risking use-after-free of iscsit_session during wakeup/deallocation. The fix relea...

8.8CVSS5.2AI score0.0024EPSS
Save
CVE
CVE
added 2026/02/14 4:27 p.m.41 views

CVE-2026-23199

CVE-2026-23199 : In the Linux kernel, procfs could deadlock by fetching the optional build ID while holding the VMA lock. The fix changes PROCMAP_QUERY to obtain the optional build ID only after dropping mmap_lock or after acquiring the per-VMA lock used to guard the VMA, preventing the cross-loc...

5.5CVSS5.2AI score0.0009EPSS
Save
CVE
CVE
added 2026/03/04 2:36 p.m.41 views

CVE-2026-23235

CVE-2026-23235 (Linux kernel, f2fs) is a local, in-kernel vulnerability where certain f2fs sysfs attributes permit out-of-bounds memory access and misinterpretation of integer sizes. The root causes are: __sbi_store() and f2fs_sbi_show() incorrectly treat all default values as unsigned int, causi...

7.1CVSS5.8AI score0.00156EPSS
SaveWeb
CVE
CVE
added 2026/03/25 10:27 a.m.41 views

CVE-2026-23354

CVE-2026-23354 concerns the Linux kernel x86/fred speculative safety. The fix removes the index variable and repositions array_index_nospec() so it’s calculated immediately before the array access, addressing the incorrect placement that allowed the result to be spilled to the stack across irqent...

7.8CVSS5.7AI score0.00129EPSS
Save
CVE
CVE
added 2026/04/03 3:15 p.m.41 views

CVE-2026-23458

The CVE-2026-23458 entry describes a Linux kernel netfilter use-after-free in ctnetlink_dump_exp_ct(). The code stores a conntrack pointer in cb->data for the netlink dump callback (ctnetlink_exp_ct_dump_table()) and drops the conntrack reference after netlink_dump_start(), so multi-round dump...

7.8CVSS5.8AI score0.00131EPSS
Save
CVE
CVE
added 2026/04/22 1:54 p.m.41 views

CVE-2026-31516

The CVE-2026-31516 relates to the Linux kernel XFRM subsystem. A race occurs during net namespace teardown when a work item (policy_hthresh.work) queued by XFRM_MSG_NEWSPDINFO may run after the netns is freed, allowing xfrm_hash_rebuild() to dereference a freed struct net (potential use-after-fre...

7.8CVSS5.6AI score0.00099EPSS
Save
CVE
CVE
added 2026/04/22 1:54 p.m.41 views

CVE-2026-31523

In the Linux kernel NVMe PCI driver, CVE-2026-31523 is a race condition: a running change to the polled queue count can create a brief window during reset where a hipri task poll occurs before queue maps are updated, risking double completions when the interrupt-driven path takes over. The issue ...

4.7CVSS5.6AI score0.00089EPSS
Save
CVE
CVE
added 2026/04/22 1:54 p.m.41 views

CVE-2026-31528

The CVE-2026-31528 issue affects the Linux kernel PMU subsystem in perf, specifically during handling of performance event groups. The root cause is an incorrect use of event pointers across group operations: when group_sched_in() fails, the code may rollback using the wrong PMU, risking an out-o...

7.8CVSS5.5AI score0.00129EPSS
Save
CVE
CVE
added 2026/04/24 2:35 p.m.41 views

CVE-2026-31573

The vulnerability CVE-2026-31573 affects the Linux kernel media: verisilicon hantro_vpu driver. When built as a module, incorrect use of the __initconst annotation frees data prematurely, and non-init probe code later accesses this freed data, causing a kernel panic (page fault) during hantro_pro...

5.5CVSS5.3AI score0.00107EPSS
Save
CVE
CVE
added 2026/04/24 2:42 p.m.41 views

CVE-2026-31605

This CVE concerns the Linux kernel udlfb driver, where FBIOPUT_VSCREENINFO could trigger a divide-by-zero when pixclock is used directly in the udlfb path. The issue mirrors a prior fix in fb_dev paths and has been resolved in the kernel with related commits (e.g., addressing divide-by-zero in si...

5.5CVSS5.4AI score0.00125EPSS
Save
CVE
CVE
added 2026/04/24 2:42 p.m.41 views

CVE-2026-31618

CVE-2026-31618 affects the Linux kernel fbdev subsystem, specifically the tdfxfb and udlfb drivers. The issue is a divide-by-zero crash in FBIOPUT_VSCREENINFO when the code uses pixclock for division, which can crash the system and lead to a DoS condition as described in the advisory. A fix has b...

5.5CVSS5.4AI score0.00125EPSS
Save
CVE
CVE
added 2026/04/24 2:45 p.m.41 views

CVE-2026-31648

Summary of CVE-2026-31648 (Linux kernel) • Affects the kernel vulnerability in filemap handling: nr_pages overflow in filemap_map_pages() can cause set_pte_range() to map beyond the size of a large folio, potentially corrupting page metadata. • Root cause (as documented): race condition between f...

7.8CVSS5.5AI score0.0012EPSS
Save
CVE
CVE
added 2026/04/27 5:32 p.m.41 views

CVE-2026-31687

The CVE-2026-31687 issue concerns the Linux kernel GPIO/omap driver: omap_mpuio_driver was registered from omap_gpio_probe() and could deadlock because a device lock may be held during probe, compounded by the driver core changes enforcing device_lock for driver_match_device(). The driver was als...

5.5CVSS5.4AI score0.00096EPSS
Save
CVE
CVE
added 2026/05/01 1:56 p.m.41 views

CVE-2026-31715

In Linux kernel (f2fs), CVE-2026-31715 is a use-after-free triggered by decrementing sbi->nr_pages[] during F2FS_WB_CP_DATA handling. The root cause is that f2fs_put_super() calls iput(sbi->node_inode) and NULLs the node_inode after the counter reaches zero, allowing f2fs_in_warm_node_list(...

7.8CVSS5.8AI score0.0012EPSS
Save
Total number of security vulnerabilities14606